runtime.eface._type (field)

42 uses

	runtime (current package)
		alg.go#L187: 	t := a._type
		alg.go#L294: 			t = a._type
		alg.go#L388: 	return x._type == y._type && efaceeq(x._type, x.data, y.data)
		arena.go#L121: 	e._type = t
		arena.go#L147: 	t := e._type
		arena.go#L177: 		xe._type = t
		arena.go#L184: 		xe._type = t
		arena.go#L295: 	typ := i._type
		cgocall.go#L531: 	t := ep._type
		cgocall.go#L543: 		switch aep._type.Kind_ & abi.KindMask {
		cgocall.go#L555: 			t = ep._type
		cgocall.go#L561: 			t = ep._type
		cgocall.go#L771: 	t := ep._type
		debuglog.go#L281: 		switch v._type.Kind_ & abi.KindMask {
		error.go#L268: 	typestring := toRType(eface._type).string()
		error.go#L270: 	switch eface._type.Kind_ {
		heapdump.go#L400: 		dumpint(uint64(uintptr(unsafe.Pointer(eface._type))))
		iface.go#L318: 	uint16Type *_type = efaceOf(&uint16Eface)._type
		iface.go#L319: 	uint32Type *_type = efaceOf(&uint32Eface)._type
		iface.go#L320: 	uint64Type *_type = efaceOf(&uint64Eface)._type
		iface.go#L321: 	stringType *_type = efaceOf(&stringEface)._type
		iface.go#L322: 	sliceType  *_type = efaceOf(&sliceEface)._type
		iface.go#L674: 	*dst = iface{assertE2I(inter, e._type), e.data}
		iface.go#L679: 	*dst = iface{assertE2I(inter, e._type), e.data}
		map.go#L1618: 	e.data = unsafe.Pointer(mapclone2((*maptype)(unsafe.Pointer(e._type)), (*hmap)(e.data)))
		map.go#L1789: 	t := (*maptype)(unsafe.Pointer(e._type))
		map.go#L1853: 	t := (*maptype)(unsafe.Pointer(e._type))
		mbitmap.go#L1753: 	t := e._type
		mfinal.go#L244: 					(*eface)(r)._type = &f.ot.Type
		mfinal.go#L249: 						(*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
		mfinal.go#L418: 	etyp := e._type
		mfinal.go#L459: 	ftyp := f._type
		mfinal.go#L495: 		if itab := assertE2I2(ityp, efaceOf(&obj)._type); itab != nil {
		netpoll.go#L721: 	x._type = pdType
		netpoll.go#L728: 	pdType  *_type = efaceOf(&pdEface)._type
		panic.go#L652: 			throw(text + ": type " + toRType(efaceOf(&r)._type).string())
		pinner.go#L107: 	etyp := e._type
		print.go#L256: 	print("(", e._type, ",", e.data, ")")
		runtime2.go#L211: 	_type *_type
		stkframe.go#L266: 	abiRegArgsType := efaceOf(&abiRegArgsEface)._type